IsRegistered<T> Method

Summary
Checks if data access service of the specified type is registered.
Syntax
C#
VB
C++
public bool IsRegistered<T>() 
  
Public Function IsRegistered(Of T)() As Boolean 
public: 
bool IsRegisteredgeneric<typename T> 
();  

Type Parameters

T
The type of the data access object to check for.

Return Value

True if found a data access object registered with the specified type.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.